home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / dl203.zip / USA_MOB.SCR < prev    next >
Text File  |  1995-02-22  |  311b  |  16 lines

  1. ; ┌───────────────────────────┐
  2. ; │ TERMINAL ID:  USA MOBILE  │
  3. ; └───────────────────────────┘
  4. SENDLN #13
  5. WAIT 3,ID=
  6. SENDLN M
  7.  
  8. LOOP
  9.     WAIT 5,Enter pager ID(s):
  10.     SENDLN {pager_number}
  11.     WAIT 10, Enter Alphanumeric Message:
  12.     SENDLN {message}
  13.     WAIT 5, More Pages?
  14.     SENDLN Y
  15. ENDLOOP
  16.